From: Sam Reed Date: Sat, 9 Jul 2011 03:47:43 +0000 (+0000) Subject: * (bug 28630) Add iwlinks, langlinks, redirect to RefreshLinks::deleteLinksFromNonexi... X-Git-Tag: 1.31.0-rc.0~28967 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=a65d263fedd6e8f71cc1aa2add829df38589f32f;p=lhc%2Fweb%2Fwiklou.git * (bug 28630) Add iwlinks, langlinks, redirect to RefreshLinks::deleteLinksFromNonexistent --- diff --git a/RELEASE-NOTES-1.19 b/RELEASE-NOTES-1.19 index 60b1b3f74f..1a182963ff 100644 --- a/RELEASE-NOTES-1.19 +++ b/RELEASE-NOTES-1.19 @@ -149,6 +149,8 @@ production. * (bug 29779) DairikiDiff/WikiDiff and should undo browser default styling (strike/underline). * Translate the block expiry date +* (bug 28630) Add iwlinks, langlinks, redirect to + RefreshLinks::deleteLinksFromNonexistent === API changes in 1.19 === * BREAKING CHANGE: action=watch now requires POST and token. diff --git a/maintenance/refreshLinks.php b/maintenance/refreshLinks.php index 0bb1696067..c41bf3583a 100644 --- a/maintenance/refreshLinks.php +++ b/maintenance/refreshLinks.php @@ -252,6 +252,8 @@ class RefreshLinks extends Maintenance { 'templatelinks' => 'tl_from', 'externallinks' => 'el_from', 'iwlinks' => 'iwl_from', + 'langlinks' => 'll_from', + 'redirect' => 'rd_from', ); foreach ( $linksTables as $table => $field ) {